Hi ,
I am using QT4 in windows to develop an GUI application which is used to communicate with a Hardware Electronic unit through USB. I am having a UDB serial cable connected between system and Electronic unit .It shows in Device Manager as "MOXA USB Serial Port (COM2)".
In program I can able to get the active ports by checking whether it is open or not.But I want to be able to get the "friendly" .It means COM2 is not a friendly name. I want something that says "COM2 - USB connector" or something like that. It is nasty and hacky, but many times end users have no idea what COM port they need to open in my program unless there is a useful name - more useful than "COMn."
I want to know is it possible to do using QT or I have to use any windows Native API. If I have to use windows Native API what i have to do ,I mean which API I have to use and how it should include in my QT program,I means whether I have to include any windows libraries or any header files and which one I have to include.
SO please suggest me to solve this problem.

With regards,
Sudheer.